home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD ROM Paradise Collection 4
/
CD ROM Paradise Collection 4 1995 Nov.iso
/
system
/
pgraf130.zip
/
README.130
< prev
next >
Wrap
Text File
|
1991-12-11
|
1KB
|
44 lines
New with v1.30
--------------
* Links to Turbo-Pascal v5.5 or v6.0
* Disk buffering included as an option
New with v1.20
--------------
* Model independent -- the same library will link with
any model C program
* Compiler independent -- the same library will link with Turbo C,
Turbo C++ or MS C. Other compilers should have no trouble
linking with it.
* Memory allocation and buffer access has been removed from the
library. Instead the library will call external routines to
allocate memory, and to access that memory. This allows the user
to allocate the buffer in XMS or EMS, or even as a file on a
disk.
New with v1.10
--------------
* Faster -- a few lowlevel routines rewritten in assembler
* Support for all memory models
* Not mentioned in v1.01 documentation is that you must run the
GRAFTABL utility provided with DOS before printing extended
ASCII characters (code value > 0x7F) in the DEFAULT font.
* More (smaller) modules
* p_print() is now called with an integer handle as a parameter,
instead of a FILE * parameter.
* Various versions of the library no longer contain serial numbers,
and the code to prevent modifications has been removed
* The shareware version contains all routines, in the Tiny model for
Turbo C, and the Large model for MicroSoft C.